Package-level declarations
Types
Link copied to clipboard
Plugin for image generation using AI. This plugin adds dedicated buttons both to the Dock and the InspectorBar.
Functions
Link copied to clipboard
fun Dock.Button.rememberAIImageGeneration(aiGatewayConfig: AIGatewayConfig, builder: Dock.ButtonBuilder.() -> Unit = {}): Button<Dock.ItemScope>
A composable helper function that creates and remembers a Dock.Button that opens a sheet with prompt input to generate an image.
fun InspectorBar.Button.rememberAIImageGeneration(aiGatewayConfig: AIGatewayConfig, builder: InspectorBar.ButtonBuilder.() -> Unit = {}): Button<InspectorBar.ItemScope>
A composable helper function that creates and remembers an InspectorBar.Button that opens a sheet with prompt input to generate an image and replace currently selected image block.